home *** CD-ROM | disk | FTP | other *** search
/ Aminet 1 (Walnut Creek) / Aminet - June 1993 [Walnut Creek].iso / aminet / util / pack / xfh132.readme < prev    next >
Text File  |  1993-01-20  |  2KB  |  45 lines

  1. Short: (De-)compressing handler, uses Xpk.
  2. Type: util/pack
  3. Uploader: bombadil@diku.dk
  4.  
  5.  
  6.                    XFH v1.32
  7.  
  8.               By Kristian Nielsen.
  9.  
  10.  
  11. XFH is an AmigaDOS filesystem handler that can be used with the Xpk
  12. compression standard to provide transparent access to data compression
  13. for applications. Programs and data can be automatically compressed when
  14. written and decompressed when read back; the fact that the data is
  15. stored compressed is invisible to other programs. A first approcsimation
  16. is to say that XFH is sort of a cross between Stacker on the PC and
  17. PPPatch.
  18.  
  19. XFH is fully compatible with Xpk and the compressed data can be accessed
  20. normally with standard Xpk applications if prefered.  Also, XFH is
  21. completely system-friendly and does not affect normal disk operation.
  22.  
  23. This version is a much improved update to the version distributed as a
  24. part of Xpk. You'll need Xpk to use this program. Xpk is available from
  25. this site as 'util/pack/xpk25usr.lha'.
  26.  
  27. XFH is distributed under the Gnu Public Licence. See the files 'COPYING'
  28. and 'COPYING.LIB' in the archive. Some of the contained material has
  29. different legal status.
  30.  
  31. This product includes software developed by the University of
  32. California, Berkeley and its contributors.
  33.  
  34.  
  35. Major changes since v1.12:
  36.  
  37. - Bug fixes. Most important, the infamous bug in ExNext() / ExAll() when
  38.   using filenotes should now be fixed.
  39. - Improved user interface: The handler now mounts in a new, hopefully
  40.   better way, and it can be controlled with a gui front panel (written
  41.   by Nicola Salmoria).
  42. - Arexx support (for setting options). 
  43. - MODE_READWRITE support (for appending to files). 
  44. - Full source code included (finally).
  45.